Vcenter Compute Policies TagNameSpec
Vcenter Compute Policies TagNameSpec
The Vcenter Compute Policies TagNameSpec schema specifies a tag by name and the name of category the tag belongs to.
This schema was added in vSphere API 9.1.1.0.
JSON Example
{
"category_name": "string",
"tag_name": "string"
}
string
category_name
Required
Name of the category the tag belongs to.
This property was added in vSphere API 9.1.1.0.
string
tag_name
Required
Name of the tag.
This property was added in vSphere API 9.1.1.0.